Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(android): fix path error on Windows module builds #14171

Merged
merged 1 commit into from
Jan 26, 2025

Conversation

m1ga
Copy link
Contributor

@m1ga m1ga commented Jan 15, 2025

This was a change in the gradle update #14014 and it breaks windows module builds.
It will generate C:\ ProgramData Titanium mobilesdk win32 12.6.1.GA android templates module generated\TiModuleBootstrap.cpp' as an output path which breaks the build.

This change will generate the proper path again by reverting back to the initial replace string (OSX and Linux are using / so it was never an issue there).

It would also be great to merge #14078 . While it might not be the best solution it will enable the windows module builds again. More details in #14077 (comment) (there is no log anyways for all platforms, so even if we fix the bigger part it won't log more then ti info).

@hansemannn hansemannn merged commit 0aae525 into master Jan 26, 2025
5 checks passed
@m1ga m1ga deleted the windowsModuleBuildFix branch January 29, 2025 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants